home *** CD-ROM | disk | FTP | other *** search
- Path: netnews.jhuapl.edu!usenet
- From: Stan Novinsky <stan_novinsky@jhuapl.edu>
- Newsgroups: comp.std.c
- Subject: Re: Nested MACROS ??
- Date: 1 Apr 1996 17:27:46 GMT
- Organization: Johns Hopkins University Applied Physics Lab
- Message-ID: <4jp3mi$bqc@aplinfo.jhuapl.edu>
- References: <4jgkno$mrr@aplinfo.jhuapl.edu> <4jhe6u$555@agate.berkeley.edu>
- NNTP-Posting-Host: f3c-sjn.jhuapl.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
- X-URL: news:4jhe6u$555@agate.berkeley.edu
-
- Yes, I ses the problem. I took care of it
- by changing to lower case x, however, I still
- don't understand why the call to the MACROS on
- an individual basis works...
-
- EX :
-
- X = 4;
-
- cube_ans = CUBE(X);
-
- This returns the correct value (64) when I run the program...
-
- Thanks for all the responses ...
-
- Stan
-
-
-